-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
controller: fix error retry and add more metrics #8219
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8219 +/- ##
==========================================
+ Coverage 77.31% 77.41% +0.10%
==========================================
Files 471 471
Lines 61317 61339 +22
==========================================
+ Hits 47406 47486 +80
+ Misses 10349 10290 -59
- Partials 3562 3563 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
ptal @glorv |
Signed-off-by: nolouch <nolouch@gmail.com>
tokenRequestCounter prometheus.Counter | ||
} | ||
|
||
func initMetrics(oldName, name string) *groupMetricsCollection { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When will we remove oldName
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe 8.5
@@ -789,7 +806,7 @@ func (gc *groupCostController) initRunState() { | |||
case rmpb.GroupMode_RUMode: | |||
gc.run.requestUnitTokens = make(map[rmpb.RequestUnitType]*tokenCounter) | |||
for typ := range requestUnitLimitTypeList { | |||
limiter := NewLimiterWithCfg(now, cfgFunc(getRUTokenBucketSetting(gc.meta, typ)), gc.lowRUNotifyChan) | |||
limiter := NewLimiterWithCfg(now, cfgFunc(getRUTokenBucketSetting(gc.meta, typ)), gc.lowRUNotifyChan).SetName(gc.name).SetupMetrics() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we put setName
logic in NewLimiterWithCfg
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it need to be picked to 7.5? 7.5.2 will frozen code tomorrow
/merge |
@nolouch: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
This pull request has been accepted and is ready to merge. Commit hash: ee0a429
|
In response to a cherrypick label: new pull request created to branch |
close tikv#8217 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
close #8217 controller: fix error retry and add more metrics Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: nolouch <nolouch@gmail.com> Co-authored-by: ShuNing <nolouch@gmail.com> Co-authored-by: nolouch <nolouch@gmail.com>
/run-cherry-picker |
close tikv#8217 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created to branch |
close tikv#8217 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created to branch |
close #8217 controller: fix error retry and add more metrics Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: nolouch <nolouch@gmail.com> Co-authored-by: ShuNing <nolouch@gmail.com> Co-authored-by: nolouch <nolouch@gmail.com>
close #8217 controller: fix error retry and add more metrics Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Signed-off-by: nolouch <nolouch@gmail.com> Co-authored-by: ShuNing <nolouch@gmail.com> Co-authored-by: nolouch <nolouch@gmail.com>
What problem does this PR solve?
Issue Number: Close #8217
What is changed and how does it work?
Check List
Tests
Release note